anti-analysis/obfuscation

obfuscated with Babel Obfuscator

rule:
  meta:
    name: obfuscated with Babel Obfuscator
    namespace: anti-analysis/obfuscation
    authors:
      - jakub.jozwiak@mandiant.com
    scopes:
      static: file
      dynamic: file
    att&ck:
      - Defense Evasion::Obfuscated Files or Information [T1027]
    mbc:
      - Anti-Static Analysis::Executable Code Obfuscation [B0032]
    references:
      - https://www.babelfor.net/
    examples:
      - 2dae11cc5f86f5399b560b8837c26274b7e09431deed669b0844fef44e917915
  features:
    - and:
      - match: compiled to the .NET platform
      - or:
        - string: "BabelAttribute"
        - string: "BabelObfuscatorAttribute"

last edited: 2023-11-24 10:34:28